feat/ui: add option to exclude app from recent tasks#396
Open
NoahCodeGG wants to merge 2 commits intoMetaCubeX:mainfrom
Open
feat/ui: add option to exclude app from recent tasks#396NoahCodeGG wants to merge 2 commits intoMetaCubeX:mainfrom
NoahCodeGG wants to merge 2 commits intoMetaCubeX:mainfrom
Conversation
- Add excludeFromRecents boolean preference to UiStore- Implement logic to hide app from recent tasks in MainActivity - Add switch for excludeFromRecents in AppSettingsDesign - Update strings.xml files with new translation for excludeFromRecents - Remove unnecessary translations for launch_name and application_name - Update gradle-wrapper.properties to remove distributionSha256Sum - Add version.h to .gitignore
48a17d6 to
135cdf7
Compare
…ting - Add OnChangedListener to excludeFromRecents setting item - Update exclude from recents status for all app tasks when setting changes - Use ActivityManager to access and modify app tasks
|
请问有计划上架play商店吗 |
Author
不好意思。这个问题应该在此项目的 discussions 中提出,我并不是此项目的核心开发者,我无权对项目的后期规划做出回答。Sorry. This question should be asked in the discussions of this project. I am not the core developer of this project and I have no right to answer about the post-project planning. |
|
Hi, is anything blocking this PR from being merged? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat/ui: add option to exclude app from recent tasks